Zooming
Zooming allows you to zoom in or out of the graph in many different ways.
- In
- Zoom in on the X only
- Zoom in on the Y only
- Zoom in on X and Y
- Out
- Zoom out on the X only
- Zoom out on the Y only
- Zoom out on X and Y
- Standard - Zoom so that the X and Y ranges are from -10 to 10
- Decimal - Zoom so that each pixel is the increment specified by Zoom Decimal Precision in the graph options
- Trig - Zoom so that each pixel has an increment of pi/48
- Integer - Zoom so that each pixel is 1 integer, ie a graph 100 pixels wide will have a range of 100
- Fit - Zoom so that the Xmin == Ymin and Xmax == Ymax in the range
|